net/http.http2ClientConn.bw (field)
17 uses
net/http (current package)
h2_bundle.go#L7524: bw *bufio.Writer
h2_bundle.go#L7946: cc.bw = bufio.NewWriter(http2stickyErrWriter{
h2_bundle.go#L7952: cc.fr = http2NewFramer(cc.bw, cc.br)
h2_bundle.go#L7990: cc.bw.Write(http2clientPreface)
h2_bundle.go#L7994: cc.bw.Flush()
h2_bundle.go#L8305: if err := cc.bw.Flush(); err != nil {
h2_bundle.go#L8853: cc.bw.Flush()
h2_bundle.go#L8997: err = cc.bw.Flush()
h2_bundle.go#L9041: if ferr := cc.bw.Flush(); ferr != nil && err == nil {
h2_bundle.go#L9819: cc.bw.Flush()
h2_bundle.go#L9847: cc.bw.Flush()
h2_bundle.go#L9894: cc.bw.Flush()
h2_bundle.go#L9964: cc.bw.Flush()
h2_bundle.go#L10047: cc.bw.Flush()
h2_bundle.go#L10198: if pingError = cc.bw.Flush(); pingError != nil {
h2_bundle.go#L10234: return cc.bw.Flush()
h2_bundle.go#L10255: cc.bw.Flush()
![]() |
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |